home *** CD-ROM | disk | FTP | other *** search
/ IRIX Installation Tools & Overlays 2002 November / SGI IRIX Installation Tools & Overlays 2002 November - Disc 4.iso / dist / motif21_dev.idb / usr / Motif-2.1 / include / Xm / DrawingA.h.z / DrawingA.h
C/C++ Source or Header  |  2002-10-15  |  1KB  |  54 lines

  1. /* 
  2.  *  @OSF_COPYRIGHT@
  3.  *  COPYRIGHT NOTICE
  4.  *  Copyright (c) 1990, 1991, 1992, 1993 Open Software Foundation, Inc.
  5.  *  ALL RIGHTS RESERVED (MOTIF). See the file named COPYRIGHT.MOTIF for
  6.  *  the full copyright text.
  7. */ 
  8. /* 
  9.  * HISTORY
  10. */ 
  11. /*   $XConsortium: DrawingA.h /main/12 1995/07/14 10:28:21 drk $ */
  12. /*
  13. *  (c) Copyright 1987, 1988, 1989, 1990, 1991, 1992 HEWLETT-PACKARD COMPANY */
  14. #ifndef _XmDrawingArea_h
  15. #define _XmDrawingArea_h
  16.  
  17. #include <Xm/Xm.h>
  18.  
  19. #ifdef __cplusplus
  20. extern "C" {
  21. #endif
  22.  
  23. /* Class record constants */
  24.  
  25. externalref WidgetClass xmDrawingAreaWidgetClass;
  26.  
  27. typedef struct _XmDrawingAreaClassRec * XmDrawingAreaWidgetClass;
  28. typedef struct _XmDrawingAreaRec      * XmDrawingAreaWidget;
  29.  
  30.  
  31. #ifndef XmIsDrawingArea
  32. #define XmIsDrawingArea(w)  (XtIsSubclass (w, xmDrawingAreaWidgetClass))
  33. #endif
  34.  
  35.  
  36.  
  37. /********    Public Function Declarations    ********/
  38.  
  39. extern Widget XmCreateDrawingArea( 
  40.                         Widget p,
  41.                         String name,
  42.                         ArgList args,
  43.                         Cardinal n) ;
  44.  
  45. /********    End Public Function Declarations    ********/
  46.  
  47.  
  48. #ifdef __cplusplus
  49. }  /* Close scope of 'extern "C"' declaration which encloses file. */
  50. #endif
  51.  
  52. #endif /* _XmDrawingArea_h */
  53. /* DON'T ADD ANYTHING AFTER THIS #endif */
  54.